home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap09 / Paint5 / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  811 b   |  27 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDR_MAINFRAME           100
  8. #define IDR_CONTEXTMENU         101
  9.  
  10. #define IDD_ABOUTDLG            110
  11. #define IDC_ICONRECT            111
  12.  
  13. #define ID_WIDTH_VTHIN          120
  14. #define ID_WIDTH_THIN           121
  15. #define ID_WIDTH_MEDIUM         122
  16. #define ID_WIDTH_THICK          123
  17. #define ID_WIDTH_VTHICK         124
  18.  
  19. #define ID_COLOR_BLACK          130
  20. #define ID_COLOR_BLUE           131
  21. #define ID_COLOR_GREEN          132
  22. #define ID_COLOR_CYAN           133
  23. #define ID_COLOR_RED            134
  24. #define ID_COLOR_MAGENTA        135
  25. #define ID_COLOR_YELLOW         136
  26. #define ID_COLOR_WHITE          137
  27.